home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / util / moni / Scout-src.lha / netinclude / syslog.h < prev    next >
C/C++ Source or Header  |  2002-09-16  |  309b  |  13 lines

  1. #ifndef SYSLOG_H
  2. #define SYSLOG_H \
  3.        "$Id: syslog.h,v 1.1.1.1 2001/11/26 22:21:13 tboeckel Exp $"
  4. /*
  5.  *      Copyright © 1994 AmiTCP/IP Group,
  6.  *                       Network Solutions Development, Inc.
  7.  *                       All rights reserved.
  8.  */
  9.  
  10. #include <sys/syslog.h>
  11.  
  12. #endif /* !SYSLOG_H */
  13.